æòÅⁿâoâiü[

Project save() Method


    app.project.save()
    app.project.save(File)

Description

    Saves the project (or prompts the user if the file has never previously been saved). Passing in a File object is equivalent to the save as command and allows you to save a project to a new file.

Parameters

    File

    the File object to save

Returns

    None.